home *** CD-ROM | disk | FTP | other *** search
/ SGI Hot Mix 17 / Hot Mix 17.iso / HM17_SGI / research / examples / demo / demotext / optimize.txt < prev    next >
Text File  |  1997-07-08  |  1KB  |  53 lines

  1.  
  2.  
  3.  
  4.           WELCOME TO THE OPTIMIZATION DEMO
  5.  
  6.  
  7.  
  8.    Optimization algorithms search and find the        
  9.    minimum of a function using iteration. Depending on
  10.    the function, a particular algorithm may converge 
  11.    faster than another. An algorithm may not converge
  12.    at all in certain circumstances, where another 
  13.    will.
  14.  
  15.    This demo shows two methods : the 
  16.    Donovan-Fletcher-Powell (DFP) and the Powell.
  17.  
  18.  
  19.    MENU OPTIONS
  20.    ------------
  21.  
  22.    File Menu:
  23.       Select "Quit" to exit the Optimization Demo and 
  24.       return to the main IDL Demo screen.
  25.  
  26.    About Menu:
  27.       Select "About optimization" for information 
  28.       about the Optimization Demo.
  29.  
  30.    FEATURES
  31.    --------
  32.  
  33.    <<Select a Surface>> button
  34.       Select one of three different surfaces. These 
  35.       surfaces are used for testing optimization
  36.       algorithms because they are known to produce
  37.       cases that exceed the bounds of the algorithms.
  38.  
  39.    <<Select a Starting Point>> button
  40.       Select one of four different starting points.
  41.  
  42.    <<Find Minimum>> button
  43.       Activated only after a starting point has been
  44.       specified, the sequence will compute and 
  45.       display how the 2 algorithms find the minimum.
  46.  
  47.    <<Reset surface>> button
  48.       Reset the selected surface to display the 
  49.       four starting points on the initial surface.
  50.  
  51.    <<Results>>
  52.       Displays the location of the minimum and the 
  53.       number of iterations that were necessary.